home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / i_am_leg.swf / scripts / DefineSprite_265 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  112 b   |  4 lines

  1. n1 = int(_root.point / 100);
  2. n2 = int((_root.point - n1 * 100) / 10);
  3. n3 = _root.point - n1 * 100 - n2 * 10;
  4.